home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 14
/
CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso
/
CUCD
/
Programming
/
SecalDemo
/
Inc
/
prefs
/
font.inc
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1997-06-11
|
384 b
|
22 lines
include "inc/exec/types.inc";
include "inc/libraries/iffparse.inc";
include "inc/graphics/text.inc";
def FONTNAMESIZE = (128);
struct FontPrefs is
fp_Reserved[3]:long;
fp_Reserved2:uword;
fp_Type:uword;
fp_FrontPen:ubyte;
fp_BackPen:ubyte;
fp_DrawMode:ubyte;
fp_TextAttr:TextAttr;
fp_Name[128]:byte;
;
def FP_WBFONT = 0;
def FP_SYSFONT = 1;
def FP_SCREENFONT = 2;